{
    "UrbanDataset" : {
        "context" : {
            "producer" : {
                "id" : "Solution-ID",
                "schemeID" : "SCPS"
            },
            "timeZone" : "UTC+1",
            "timestamp" : "2026-04-29T01:54:44",
            "coordinates" : {
                "format" : "WGS84-DD",
                "latitude" : 0.0,
                "longitude" : 0.0,
                "height" : 0.0
            },
            "language" : "IT",
            "note" : ""
        },
        "specification" : {
            "version" : "2.0",
            "id" : {
                "value" : "AirMonitoring-2.0",
                "schemeID" : "SCPS"
            },
            "name" : "Air Monitoring",
            "uri" : "https://smartcityplatform.enea.it/specification/semantic/2.0/ontology/scps-ontology-2.0.owl#AirMonitoring",
            "properties" : {
                "propertyDefinition" : [
                    {
                        "propertyName" : "CO2",
                        "propertyDescription" : "Carbon dioxide",
                        "dataType" : "double",
                        "unitOfMeasure" : "partsPerMillion"
                    },
                    {
                        "propertyName" : "LocationID",
                        "propertyDescription" : "An identifier for the monitored location",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "MonitoringStationName",
                        "propertyDescription" : "The name of the monitoring station providing data",
                        "dataType" : "string",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "NO2",
                        "propertyDescription" : "Nitrogen dioxide",
                        "dataType" : "double",
                        "unitOfMeasure" : "microgramPerCubicMeter"
                    },
                    {
                        "propertyName" : "PM10",
                        "propertyDescription" : "Quantity of particulate matter, fine dust, that are 10 micrometers or less in diameter",
                        "dataType" : "double",
                        "unitOfMeasure" : "microgramPerCubicMeter"
                    },
                    {
                        "propertyName" : "PM2",
                        "propertyDescription" : "Quantity of particulate matter, fine dust, that are 2,5 micrometers or less in diameter",
                        "dataType" : "double",
                        "unitOfMeasure" : "microgramPerCubicMeter"
                    },
                    {
                        "propertyName" : "SO2",
                        "propertyDescription" : "Concentration of sulfur dioxide (SO2) in ambient air",
                        "dataType" : "double",
                        "unitOfMeasure" : "microgramPerCubicMeter"
                    },
                    {
                        "propertyName" : "period",
                        "propertyDescription" : "Measurement period of the data reported in the row",
                        "subProperties" : {
                            "propertyName" : [
                                "start_ts",
                                "end_ts"
                            ]
                        }
                    },
                    {
                        "propertyName" : "start_ts",
                        "propertyDescription" : "Timestamp indicating the beginning of the period",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    },
                    {
                        "propertyName" : "end_ts",
                        "propertyDescription" : "Timestamp indicating the end of the period",
                        "dataType" : "dateTime",
                        "unitOfMeasure" : "dimensionless"
                    }
                ]
            }
        },
        "values" : {
            "line" : [
                {
                    "id" : 1,
                    "period" : {
                        "start_ts" : "2000-12-31T00:00:00",
                        "end_ts" : "2000-12-31T23:59:00"
                    },
                    "property" : [
                        {
                            "name" : "CO2",
                            "val" : " "
                        },
                        {
                            "name" : "LocationID",
                            "val" : " "
                        },
                        {
                            "name" : "MonitoringStationName",
                            "val" : " "
                        },
                        {
                            "name" : "NO2",
                            "val" : " "
                        },
                        {
                            "name" : "PM10",
                            "val" : " "
                        },
                        {
                            "name" : "PM2",
                            "val" : " "
                        },
                        {
                            "name" : "SO2",
                            "val" : " "
                        }
                    ]
                }
            ]
        }
    }
}